Category: Geeks r Us
I found a code for adding audio to the background to a website, but the problem is that it does not work with firefox. Quick time is installed. The sounds on this website works fine with it but not the one I'm trying to add code to. When I prompt firefox to install the plug in it says it cannot find it. something about an unknown plug in. I don't know how to display the code on here. Also how do you get it so that you can hit escape to stop audio from playing? Ok I think I confusurated everyone enough.
"I found a code for adding audio to the background to a website, but the problem is that it does not work with firefox."
What code are you attempting to implement?
if its the <embed> tag, it should work, also, the esc key will indeed shut off the audio for that html tag. However, if you use flash, esc will not shut off audio(annoying, really),. There are other code which also can be used to produce the same result.
1. Check your path, are you referencing the tag directly to where your sound file is?
2. Check your spelling, paths are picky like that.
3. Did you check whether or not it works on IE and not on firefox?
4. Finally, check your code, make sure that all the punctuations are there and that all open signs are closed.
Please provide more information if my suggestions are just way off the target.
Poet